home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / quake.zip / BDESTROY.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-05-15  |  928b  |  45 lines

  1. @echo off
  2. cls
  3. echo Installation for Blue Destroyer/ Death Sword v1.0
  4. echo.
  5.  
  6. if [%1] == [] goto usage
  7. if not [%2] == [] goto usage
  8.  
  9. if exist %1\quake.exe goto gooddir
  10.  
  11. :baddir
  12. echo Quake does not appear to be installed in %1.
  13. echo.
  14. goto usage
  15.  
  16. :gooddir
  17. md %1\bd
  18. copy pak0.pak %1\bd
  19. copy bdestroy.txt %1\bd
  20.  
  21. cd\%1
  22.  
  23. goto end
  24.  
  25. :usage
  26. echo Usage:
  27. echo.
  28. echo  INSTALL dir_name [ENTER]
  29. echo.
  30. echo  where dir_name is the directory where Quake is installed.
  31. echo.
  32. echo  e.g.  INSTALL C:\QUAKE
  33. echo.
  34. :end
  35. echo I hope you Enjoy Uzi for Quake
  36. echo matthew wright
  37. echo ----------------------------------------------------
  38. echo http;//www.geocities.com/TimesSquare/Dungeon/4078/
  39. echo ----------------------------------------------------
  40. echo Email: Punk93@mymail.net -OR- Punk25@juno.com
  41. echo ----------------------------------------------------
  42. echo.
  43. echo type QUAKE -GAME bd to play.
  44. echo Enjoy!
  45.